
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');


header {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

#menu {
    background-color: #2357d2;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}


.materias .levels-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.materias .level-box {
    background-color: #d95529;
    color: d95529;;
    padding: 20px;
    border-radius: 10px;
    width: 200px;
    min-height: 200px; 
    box-shadow: 0 4px 8px #d95529;
    text-align: left; 
    margin-top: 10px;
    margin-bottom: 10px;
}

.materias .level-box h1, .level-box ul, .level-box li {
    text-align: left; 
    margin: 0; 
}

.materias .level-box ul {
    padding-left: 20px; 
}

section .materias .cajas {
    background-color: #d95529;
    color: f4ddd2;;
    padding: 20px;
    border-radius: 10px;
    width: 200px;
    min-height: 200px; 
    box-shadow: 0 4px 8px #d95529;
    text-align: left; 
}
a {
    color: white;
    margin-right: 5px;
}

#nombre {
    text-align: center;
    padding-top: 50px;
}

#avatar {
    border-radius: 350px;
    display: block;
    width: 15%;
    height: 15%;
    margin: auto;
}


#carrera {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 2rem;
}

#info {
    text-align: center;
    background-color: #2357d2;
    object-position: center;
    margin-left: 20rem;
    margin-right: 20rem;
}

#logocat {
    max-width: 40%;
    height: auto;
    margin: 20px;
    padding: 5px;
    display: inline-block;
    margin: auto;
    display: block;
    margin: 0 auto;
}
h1{
    font-family: "Permanent Marker", system-ui;
    color: #ef623b;
    

}

.tipo2 {
    text-decoration: underline;
}

.tipo1 {
    color: #2357d2;
    padding-bottom: 5px;
}
h4 {
    font-style: italic;
}

body {
    background-color: #4774fb;
}

.boton1{
    padding: 10px 20px;
    background-color: #e296d7;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.boton1:hover {
    background-color: #ef623b;
}
.boton1:active {
    background-color: #a10404;
}


h2{
color: #ef623b;
}

h4{
    color: #f1c22b;
}
#UBA, #contenidos, h3, ul, p{
    color: white;
    margin-left: auto;
}



table {
    margin-left: auto;
    margin-right: auto;
}

th {
    padding: 10px;
    text-align: left;
    vertical-align: text-top;

}

tr {
    margin: auto;
    padding: 10px;
    text-align: left ;
    border: 1px solid white;
    padding: 5px;
    font-size: 80%;
    text-align: center;   
}

#contenidos, #UBA {
    border: 1px solid white;
    padding-left: 0%;
    margin-left: 20rem;
    margin-right: 20rem;
    margin-top: 0.8rem;
    text-align: center;
    font-size: 80%;
}

h3{
    border: 1px solid rgb(252, 34, 34);
    padding: 5px;
    text-align: center;
    margin: 2px;
}


h5{
    text-align: center;
    margin-bottom: -5px;
}

.integrantes li a {
    text-decoration: none;
}

.integrantes {
    margin-top: 0.5rem;
    justify-content: center;
    margin-right: 10px;
    display: flex;
    font-size: 1.2rem;
    list-style-type: none;


}

.avatar_integrantes {
    margin: 30px;
    height: 150px;
    border-radius: 75px;
    border-width: 0.35rem;
    border-style: double;
    border-color: #ef623b;
transition: 0.5s ease-in;
    box-shadow: 0px 0px 10px 5px rgba(32, 32, 32, 32)
    
}

.ejercicios ul li {
    text-decoration: none;
    font-style: normal;
    list-style: none;
    list-style-type: none
}

.ejercicios {

    text-decoration: none;
    font-style: normal;
    list-style: none;
    list-style-type: none
}